home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / gettemplatepath.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  561 b   |  23 lines

  1. <!--- This example uses GetTemplatePath to show
  2. the template path of the current page --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>
  6. GetTemplatePath Example
  7. </TITLE>
  8. </HEAD>
  9.  
  10. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  11. <BODY  bgcolor="#FFFFD5">
  12. <H3>GetTemplatePath Example</H3>
  13.  
  14. <p>This is a read-only example.  Because file access is a sensitive area,
  15. consider the security of your directory hierarchy prior to allowing
  16. access to it.</p>
  17. <!--- 
  18. <P>The template path of the current page is:
  19. <CFOUTPUT>#GetTemplatePath()#</CFOUTPUT> --->
  20.  
  21. </BODY>
  22. </HTML>       
  23.